/* CSS Document */

/* reset begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, i, em {
    margin: 0;
    padding: 0;
    font-style: normal;
}

ul, ol, dl, dt, dd {
    list-style: none;
}

body {
    font-family: \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, PingFang SC, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border-width: 0;
}

textarea {
    font-size: 12px;
    line-height: 20px;
    border: 0;
    -moz-outline: 0;
    outline: 0;
    overflow: auto;
    resize: none;
    -webkit-appearance: none
}

a {
    color: #4d4d4d;
    text-decoration: none;
    outline: none;
}

a:active {
    outline: 0
}

a:hover {
    color: #cc0033;
    text-decoration: none;
}

.hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

select, input {
    background: none;
    border: 0;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: 0
}

input[type=text], input[type=password]:focus {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border-color: transparent !important;
}

button {
    cursor: pointer;
}

svg:not(:root), .ofl-h {
    overflow: hidden;
}

.ofl-h {
    overflow: hidden;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}

::selection, ::moz-selection, ::webkit-selection {
    background-color: #cc0033;
    color: #fff;
    text-shadow: none;
}

.mg-r60 {
    margin-right: 60px;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.scale {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.scale:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.clear {
    height: 0px;
    clear: both;
    *zoom: 1;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.wrap h1 {
    font: 700 55px/65px "Microsoft YaHei", "SimHei";
    color: #ffffff;
    text-indent: -3000px;
    overflow: hidden;
}

/* reset end */

.content {
    width: 1000px;
    margin: 0 auto;
}

.head-line {
    height: 2px;
    width: 100%;
    min-width: 1000px;
    background: #cc0033;
}

.header {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 50px;
    background: #333;
}

.header .nav-list {}

.header .nav-list>li {
    float: left;
    height: 50px;
    line-height: 50px;
}

.header .nav-list>li>a {
    display: inline-block;
    color: #e4e4e4;
    padding: 0 14px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.header .nav-list>li.nav-gd>a {
    padding: 0 18px;
}

.header .nav-list>li>a.txt {
    background: url("http://www.qtv.com.cn/shouye/images/nav_line.png") right 50% no-repeat;
}

.header .nav-list>li>a:hover, .header .nav-list>li.on>a {
    background: #cc0033;
    color: #f7f7f7;
    margin-left: -1px;
    padding-left: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.header .nav-list>li.nav-gd>a:hover, .header .nav-list>li.nav-gd.on>a {
    padding-left: 19px;
}

.nav-search .search-box {
    width: 32px;
    height: 32px;
    margin-right: 7px;
    margin-top: 8px;
    overflow: hidden;
    background: #333;
    border: 1px solid #333;
}

.nav-search .search-box.on {
    background: #f1f1f1;
}

.nav-search .search-box .search-input {
    display: none;
    width: 138px;
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    margin-left: 10px;
    font-size: 14px;
    color: #555;
    transition: all .2s ease;
}

.nav-search .search-box.on .search-input {
    display: block;
    transition: all .2s ease;
}

.nav-search .search-box .search-btn {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("http://www.qtv.com.cn/shouye/images/ico_index2.png");
    background-position: -20px 0;
}

.nav-search .search-box.on .search-btn {
    background-position: -40px 0;
    transition: all .2s ease;
}

.ico-inner {
    display: inline-block;
    background: url("http://www.qtv.com.cn/shouye/images/ico_inner_red.png") no-repeat;
    vertical-align: middle;
}

.ico-index2 {
    display: inline-block;
    background: url("http://www.qtv.com.cn/shouye/images/ico_index2.png") no-repeat;
    vertical-align: middle;
}

.ico-arr {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background-position: -198px -148px;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.header .nav-list>li.on .ico-arr {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ico-menu {
    width: 20px;
    height: 20px;
    background-image: url("http://www.qtv.com.cn/shouye/images/ico_index2.png");
    background-position: 0 0;
}

.header .nav-list .nav-gd {
    width: 130px;
}

.header .nav-list .nav-s-list {
    display: none;
    width: 130px;
    position: absolute;
    top: 50px;
    z-index: 1030;
    *zoom: 1;
    background: #fff;
    box-shadow: 0 0 6px #999;
}

.header .nav-list .nav-s-list li {
    height: 45px;
    text-align: center;
}

.header .nav-list .nav-s-list li a {
    color: #888888;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 45px;
}

.header .nav-list .nav-gd>a {
    width: 94px;
}

.header .nav-list .nav-gd .nav-s-list li a {
    font-size: 14px;
}

.header .nav-list .nav-s-list li a:hover {
    color: #cc0033;
    background: #f4f4f4;
}

/*下拉菜单*/

.drop-menu {
    display: none;
    position: absolute;
    z-index: 1030;
    left: 0;
    top: 50px;
    width: 100%;
    min-width: 1000px;
    height: 400px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 10px #999;
}

.drop-menu .top-nav>li {
    width: 115px;
    height: 380px;
    margin-top: 10px;
    padding-left: 75px;
    float: left;
    border-right: 1px solid #e1e1e1;
}

.drop-menu .top-nav>li h4 {
    font-size: 18px;
    line-height: 1.75;
}

.drop-menu .top-nav>li:first-child {
    width: 140px;
    padding-left: 50px;
}

.drop-menu .top-nav>li:last-child {
    border: none;
}

.drop-menu .top-s-list {}

.drop-menu .top-s-list>li {
    line-height: 30px;
    font-size: 18px
}

.drop-menu .top-s-list>li>a {
    font-size: 14px;
    color: #686868;
}

.drop-menu .top-s-list>li>a:hover {
    text-decoration: underline;
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ad-box {
    width: 100%;
    overflow: hidden;
}

.ad-box img {
    width: 100%;
    min-height: 100px;
}

.s-header {
    width: 100%;
    height: 70px;
    margin-top: 15px;
    border-bottom: 1px solid #c1c1c1;
}

.s-header.no-bd {
    border: none;
}

.s-header .logo {
    float: left;
    width: 136px;
    height: 56px;
}

.s-header .logo img {
    width: 100%;
}

.s-header .search-box {
    margin-top: 10px;
}

.s-header .position {
    float: left;
    margin-left: 33px;
    line-height: 70px;
}

.s-header .position a {
    color: #4d4d4d;
    font-size: 16px;
}

.s-header .position a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.s-header .search-box {
    float: right;
}

.img-page-content {
    background: #232323;
    overflow: hidden;
    width: 100%;
}

.img-page-content .s-header {
    border: none;
}

.img-page-content .s-header .position a, .img-page-content .s-header .position {
    color: #c1c1c1;
    font-size: 16px;
}

.s-header .s-menu {
    float: right;
    margin-top: 25px;
}

.s-header .s-menu ul li {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
    border-right: 1px solid #666;
}

.s-header .s-menu ul li:last-child {
    border: none;
    padding-right: 0;
}

.s-header .s-menu ul li a {
    font-size: 16px;
}

/*底层页底部*/

.inner-bottom {
    width: 100%;
    min-width: 1000px;
    background: #fff;
    height: 160px;
    margin-top: 40px;
}

.inner-footer {
    position: relative;
    height: 160px;
    width: 1000px;
    margin: 0 auto;
}

.inner-footer .content {
    overflow: hidden;
}

.inner-footer p {
    margin: 5px 0;
    text-align: center;
    color: #a1a1a1;
    font-size: 14px;
}

.inner-footer p img {
    display: inline;
    vertical-align: middle;
}

.inner-footer p.footer-link {
    margin-top: 36px;
    margin-bottom: 20px;
}

.inner-footer p.footer-link a {
    margin: 0 10px;
    color: #333;
}

.inner-footer p.footer-link a:hover {
    color: #cc0033;
    transition: all .2s ease;
}

.footer-beian {
    width: 160px;
    position: absolute;
    right: 60px;
    top: 55px;
}

.bottom-nav-list {}

.bottom-nav-list>li {
    float: left;
    width: 160px;
    margin-left: 90px;
    margin-top: 30px;
}

.bottom-nav-list li h4 {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.bottom-nav-list li h4 a {
    color: #666;
}

.inner-bottom .bottom-nav {
    /*width: 200px;*/
}

.inner-bottom .nav-item {
    width: 100px;
}

.inner-bottom .bottom-nav a {
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    margin-right: 12px;
    color: #333;
}

.inner-bottom .bottom-nav a:hover {
    color: #cc0033;
    transition: all .2s ease;
}

.inner-bottom .bottom-nav.item a {
    width: 86px;
    margin-right: 8px;
}

.inner-bottom .bottom-nav2 a {
    display: block;
    line-height: 34px;
    font-size: 14px;
    margin-right: 12px;
}

.bottom-prod {
    height: 65px;
    line-height: 65px;
    background: #f4f4f4;
    width: 100%;
    min-width: 1000px;
}

.bottom-prod .s-logo {
    display: inline-block;
    width: 110px;
    height: 35px;
    margin-top: -5px;
    margin-right: 20px;
    vertical-align: middle;
    background: url("http://www.qtv.com.cn/shouye/images/s_logo_red.png") no-repeat;
}

.bottom-prod .prod-content {
    color: #6b6b6b;
    font-size: 16px;
    text-align: center;
}

.bottom-prod .prod-content a {
    color: #6b6b6b;
    margin: 0 5px;
}

/*搜索*/

.search-box {
    height: 38px;
    width: 306px;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    background: #fff;
}

.search-box .search-input {
    border: none;
    float: left;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    margin-left: 20px;
    width: 240px;
    font-size: 16px;
    color: #666;
}

.search-box .search-btn {
    background: url("http://www.qtv.com.cn/shouye/images/ico_search.png") no-repeat;
    width: 26px;
    height: 26px;
    float: right;
    outline: none;
    border: none;
    margin-top: 6px;
    margin-right: 16px;
    cursor: pointer;
}

.news-page {
    margin: 36px auto 0 auto;
    line-height: 26px;
}

.news-page .next:hover, .news-page .prev:hover, .news-page .pager-a-jump:hover {
    background: #cc0033;
    border-color: #cc0033 !important;
    color: #fff !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-page .btn {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    width: 60px;
    height: 26px;
    text-align: center;
    display: inline-block;
}

.news-page .next-page {
    display: inline-block;
}

.news-page span {
    margin-left: 4px;
}

.news-page input {
    /* margin-left: 14px;*/
    width: 40px;
    height: 26px;
    border: 1px solid #d7d7d7;
}

/*分享*/

.share-box {
    position: relative;
    /*height: 220px;*/
    height: 0;
    margin-top: 100px;
}

.share-box .share-title {
    width: 60px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #c1c1c1;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -12px;
}

.share-box ul {
    margin-left: 60px;
    margin-top: 40px;
    display: none;
}

.share-box li {
    float: left;
    margin: 0 30px;
    width: 70px;
    text-align: center;
}

.share-box li a {
    display: block;
    width: 72px;
    height: 72px;
    background: url("http://www.qtv.com.cn/shouye/images/ico_inner_red.png") no-repeat;
}

.share-box li span {
    font-size: 14px;
    line-height: 32px;
    color: #a1a1a1;
}

.share-box li.weibo-share a {
    background-position: -149px -1px;
}

.share-box li.friend-share a {
    background-position: -149px -73px;
}

.share-box li.weixin-share a {
    background-position: -1px -149px;
}

.share-box li.qzone-share a {
    background-position: -73px -149px;
}

.share-box .weixin-layer {
    display: none;
    position: absolute;
    z-index: 10;
    width: 130px;
    height: 130px;
    padding: 10px;
    background: #fff;
    top: -155px;
    border: 1px solid #c4c4c4;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.share-box .weixin-layer .ico-ewm-arr {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 8px;
    background-position: -191px -172px;
}

.share-box .weixin-layer img {
    width: 100%;
    min-height: 100%;
}

.share-box-new {
    position: relative;
    height: 220px;
    margin-top: 100px;
    margin-left: 40px;
}

.share-box-new .share-title {
    width: 60px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #c1c1c1;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -12px;
}

.share-box-new a {
    padding-left: 0 !important;
    display: block;
    width: 72px !important;
    height: 72px !important;
    float: left !important;
    margin: 0 30px !important;
    text-align: center !important;
    background: url("http://www.qtv.com.cn/shouye/images/ico_inner_red.png") no-repeat !important;
}

.share-box-new .share-list {
    width: 100%;
}

.share-box-new .share-list li {
    float: left;
    width: 132px;
    text-align: center;
    font-size: 14px;
    color: #a1a1a1;
}

.share-box-new a.bshare-sinaminiblog {
    background-position: -149px -1px !important;
}

.share-box-new a.bshare-qqim {
    background-position: -149px -73px !important;
}

.share-box-new a.bshare-weixin {
    background-position: -1px -149px !important;
}

.share-box-new a.bshare-qzone {
    background-position: -73px -149px !important;
}

@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomInOut {
    0% {
        -moz-transform: scale(0.8);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomInOut {
    0% {
        -o-transform: scale(0.8);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.share-box li a:hover {
    -webkit-animation: zoomInOut 0.3s 1;
    -moz-animation: zoomInOut 0.3s 1;
    -o-animation: zoomInOut 0.3s 1;
    animation: zoomInOut 0.3s 1;
}

.share-box li.weibo-share a:hover {
    background-position: -2px -2px;
}

.share-box li.friend-share a:hover {
    background-position: -77px -2px;
}

.share-box li.weixin-share a:hover {
    background-position: -2px -76px;
}

.share-box li.qzone-share a:hover {
    background-position: -76px -76px;
}

.share-box-new a:hover {
    -webkit-animation: zoomInOut 0.3s 1;
    -moz-animation: zoomInOut 0.3s 1;
    -o-animation: zoomInOut 0.3s 1;
    animation: zoomInOut 0.3s 1;
}

.share-box-new a.bshare-sinaminiblog:hover {
    background-position: -2px -2px !important;
}

.share-box-new a.bshare-qqim:hover {
    background-position: -77px -2px !important;
}

.share-box-new a.bshare-weixin:hover {
    background-position: -2px -76px !important;
}

.share-box-new a.bshare-qzone:hover {
    background-position: -76px -76px !important;
}

/*scroll*/

.ps-container .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    /* please don't change 'position' */
    right: 0px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #a7a7a7
}

.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.hover {
    background-color: #a7a7a7;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #a7a7a7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #cc0033;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 4px;
    background-color: #747474;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie .ps-scrollbar-y {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #444444;
}

/*视频关灯*/

#all_bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    z-index: 8;
    top: 0px;
    left: 0px;
}

#flashPalyer {
    position: relative;
    z-index: 1029;
}

/*广告*/

.ad-slide {
    position: relative;
}

.ad-list {
    overflow: hidden;
}

.ad-list .ad-box {
    float: left;
}

.ad-list>li {
    float: left;
    height: 100px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
}

.ad-list img {
    height: 100px;
    width: 100%;
}

.ad-list-s {
    overflow: hidden;
}

.ad-list-s>li {
    width: 325px;
    height: 66px;
    float: left;
    margin-right: 12px;
}

.ad-list-s>li:last-child {
    margin: 0;
}

.ad-list-s>li img {
    width: 100%;
    height: 100%;
}

.ad-list img {
    height: 100px;
    width: 100%;
}

.ad-page-tag {
    position: absolute;
    top: 20px;
    left: 10px;
}

.ad-page-tag>li {
    width: 10px;
    height: 10px;
    background: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
}

.ad-page-tag>li.on {
    background: #cc0033;
}

.header .content, .drop-menu .content, .inner-bottom .content {
    width: 1000px !important;
}

.pagination {
    float: left;
}